/*title*/
.fa_bgen h2 {}

.fa_htitle h6 i {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../images/ttpng.png) no-repeat center;
    background-size: contain;
    animation: loop_rotate 8000ms linear infinite;


}

.fa_htitle.fa_text_w h2 {
    color: #fff;
}

.fa_htitle.fa_text_w h4 {
    color: #fff;
    /* font-weight: 300; */
}

.fa_htitle {
    margin-bottom: 3vw;
}

.fa_htitle h2 {
    font-size: var(--f40);
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    margin: 20px 0 20px;
}

.fa_htitle h4 {
    margin-top: 10px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed', sans-serif;
    letter-spacing: 10px;
}

.fa_htitle h6 {
    font-size: var(--f20);
    color: var(--main-color);
    margin-top: 20px;
}

@keyframes loop_rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

/**/
@media screen and (min-width: 769px) {
    .fa_htitle_l.fa_htitle {
        position: relative;
        padding-left: 110px;
    }

    .fa_htitle_l.fa_htitle h6 {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .fa_htitle h6 {

        margin-top: 0;
    }

    .fa_htitle h6 i {
        width: 40px;
        height: 40px;
    }

    .fa_htitle h4 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .fa_htitle h2 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
}

/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}

.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    /* height: 100vh; */
    object-fit: cover;
    opacity: 1;
}

.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(31, 75, 104, 0.3);
    padding: 20px 5px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    z-index: 5;
    /* text-align: center; */
    transition: all 0.5s;
    top: 50%;
    right: 0;
}

.fa_Home .fa_hBanner .fa_pic .fa_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    margin-left: -52px;
    margin-top: -38px;
    width: 242px;
    height: 189px;
    background: url(../images/btt1bg.png) center no-repeat;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    max-width: 1200px;
    width: 96%;
    padding: 0 10px;
    margin: auto;
    position: relative;
    /* text-align: right; */
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: 16px;
    opacity: 0;
    transform: translateY(30px);
    color: #fff;
    line-height: 1.5;
    font-family: 'Barlow Semi Condensed', sans-serif;
    margin: auto;
    letter-spacing: 0;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: var(--f60);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    line-height: 1.2;
    margin-top: var(--f20);
    position: relative;
    display: inline-block;
}

.fa_Home .fa_hBanner .fa_tit h3 span {
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f26);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    line-height: 1.5;
    margin-top: var(--f30);
}

.fa_Home .fa_hBanner .fa_More {
    margin-top: 3vw;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_More {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.5s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.6s;
}

.fa_Home .fa_swpbtn>div {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: none;
    border-radius: 500px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: rgba(255, 255, 255, 0.3) solid 2px;
    transition: all 0.5s;
    font-size: 20px;
    margin-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
}

.fa_Home .fa_swpbtn>div:hover {
    background: var(--main-color);
    border-color: var(--main-color);
}

.fa_Home .fa_swpbtn>div.fa_btn_l {
    left: 3%;
}

.fa_Home .fa_swpbtn>div.fa_btn_r {
    right: 3%;
}

.fa_Home .fa_swp_button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    padding: 0 10px;
    bottom: 5%;
    max-width: var(--wrapper);
    z-index: 5;
    text-align: center;
}

.fa_Home .fa_swp_button span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: rgba(255, 255, 255, 0.2) solid 1px;
    border-radius: 500px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s;
    background: transparent;
    background: #fff;
    opacity: 0.2;
}

.fa_Home .fa_swp_button span.swiper-pagination-bullet-active {
    background: var(--main-color);
    opacity: 1;
    border-color: var(--main-color);
}

@media screen and (max-width: 768px) {

    .fa_Home .fa_hBanner .fa_tit h3,
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: var(--f20);
    }

    .fa_Home .fa_hBanner .fa_tit h4 {
        display: none;
    }

    .fa_htitle .fa_tt_span {
        display: none;
    }

    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        width: 100%;
        height: auto;
    }

    .fa_Home .homeBanner_navbtn {
        display: none;
    }

    .fa_Home .fa_hBanner .fa_swpbtn {
        display: none;
    }

    .fa_Home .fa_swp_button span {
        width: 10px;
        height: 10px;
    }

}


/**/
.fa_hAbout {
    background: #fff;
    overflow: hidden;
    position: relative;
}

.fa_hAbout .fa_wrapper {
    position: relative;
}

.fa_hAbout .fa_left .fa_pic {
    border-radius: 10px;
    overflow: hidden;
}

.fa_hAbout .fa_right .fa_sum {
    font-size: 16px;
    line-height: 30px;
    color: #777;
}

.fa_hAbout .fa_jump {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
}

.fa_hAbout .fa_jump dt span {
    font-size: var(--f60);
    color: var(--main-color);
    font-weight: 700;
    font-family: 'Barlow Semi Condensed', sans-serif;
    line-height: 1;
}

.fa_hAbout .fa_jump dt i {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.fa_hAbout .fa_jump dd {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.fa_hAbout .fa_pic {
    position: relative;
}

.fa_hAbout .fa_pic .fa_link {
    position: absolute;
    right: 3vw;
    bottom: 3vw;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--main-color);
    cursor: pointer;
}

.fa_hAbout .fa_pic .fa_link i {
    position: relative;
}

.fa_hAbout .fa_pic .fa_link:before {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    background: url(../images/vdbg.png) center /100%;
    animation: loop_rotate 12000ms linear infinite;
}

.fa_hAbout .fa_right .fa_tt {
    font-size: var(--f24);
    color: var(--main-color);
    margin-bottom: 30px;
    font-weight: 600;
}

@media screen and (min-width: 769px) {


    .fa_hAbout .fa_More {
        position: absolute;
        top: 0;
        margin-top: 50px;
        right: 0;
    }

    .fa_hAbout .fa_cntBox {
        display: flex;
        padding-top: 3vw;
        margin-top: 3vw;
        border-top: #eee solid 1px;
    }

    .fa_hAbout .fa_left {
        width: 50%;
    }

    .fa_hAbout .fa_right {
        width: 50%;
        padding-left: 5vw;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAbout .fa_pic .fa_link {
        width: 30px;
        height: 30px;
        font-size: 20px;
        right: 30px;
        bottom: 30px;
    }

    .fa_hAbout .fa_htitle {
        text-align: center;
    }

    .fa_hAbout .fa_cntBox {
        padding-bottom: 80px;
    }

    .fa_hAbout .fa_More {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0;
    }

    .fa_hAbout .fa_left {
        margin-bottom: 40px;
    }

    .fa_hAbout .fa_right .fa_tt {
        margin-bottom: 20px;
    }

    .fa_hAbout .fa_right .fa_sum {
        font-size: 14px;
    }

    .fa_hAbout .fa_jump {
        margin-top: 30px;
    }

    .fa_hAbout .fa_jump dd {
        font-size: 14px;
    }
}

/**/
.fa_hCate {
    background: url(../images/hbg01.jpg);
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

.fa_hCate:before {
    content: "";
    width: 50%;
    height: 100%;
    max-width: 414px;
    height: 446px;
    position: absolute;
    background: url(../images/bgpic001.png) no-repeat center;
    background-size: contain;
    left: 0;
    top: 10%;
    opacity: 0.3;
}

.fa_hCate .fa_swplist {
    position: relative;
    padding: 0 10vw;
}

.fa_hCate .swiper-container {
    position: relative;
}

.fa_hCate .fa_lii {
    position: relative;
}

.fa_hCate .fa_lii .fa_Img {
    padding-bottom: 90%;
    transition: all 0.5s;
}

.fa_hCate .fa_lii .fa_Img img {
    filter: drop-shadow(10px 5px 6px rgba(0, 0, 0, 0.1));
}

.fa_hCate .fa_lii .fa_tit .fa_tt {

    font-weight: 600;
    color: #002c50;
    font-size: var(--f30);
    margin-bottom: 20px;
}

.fa_hCate .fa_lii .fa_tit .fa_link a {
    background-image: linear-gradient(var(--main-color), var(--main-color));
    background-size: 0 3px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    transition: background-size .3s ease;
    display: inline-block;
    font-size: var(--f18);
    color: #333;
    line-height: 1;
}

.fa_hCate .fa_lii .fa_tit .fa_link a:hover {
    background-position: 0 100%;
    background-size: 100% 3px;
}

.fa_hCate .fa_pro_btn>div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_hCate .fa_pro_btn>div.fa_btn_l {
    transform: rotateY(180deg);
}

@media screen and (min-width: 769px) {
    .fa_hCate {
        width: calc(100% - 40px);
        border-radius: 10px;
        margin: auto;
    }

    .fa_hCate .swiper-container:before {
        content: "";
        position: absolute;
        width: 26%;
        height: 50%;
        background: url(../images/catebg.png) no-repeat bottom center;
        background-size: 100% 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40%;
    }

    .fa_hCate .fa_lii {
        padding: 0 0 3vw;
    }

    .fa_hCate .fa_lii .fa_tit {
        opacity: 0;
        transition: all 0.5s;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        transform: translateY(50px);
        /* background: linear-gradient(45deg, black, transparent); */
    }

    .fa_hCate .swiper-slide {
        max-width: calc(100% / 2.5);
    }

    .fa_hCate .swiper-slide-prev .fa_lii .fa_Img {
        transform: translateY(5vw) scale(0.7) rotate(-45deg);
        opacity: 0.3;
    }

    .fa_hCate .swiper-slide-next .fa_lii .fa_Img {
        transform: translateY(5vw) scale(0.7) rotate(45deg);
        opacity: 0.3;
    }

    .fa_hCate .swiper-slide-active .fa_lii .fa_Img {
        transform: translateY(0vw) scale(1) rotate(15deg);
        transition-delay: 0.2s;
        opacity: 1;
    }

    .fa_hCate .swiper-slide-active .fa_lii .fa_tit {
        opacity: 1;
        transition-delay: 0.5s;

        transform: translateY(0px);
    }

    .fa_hCate .fa_pro_btn>div {
        position: absolute;
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.8);
        font-size: 20px;
        color: var(--main-color);
        top: 40%;
        z-index: 5;
    }

    .fa_hCate .fa_pro_btn>div:hover {
        background: var(--main-color);
        color: #fff;

    }

    .fa_hCate .fa_pro_btn>div.fa_btn_l {
        left: 28%;
    }

    .fa_hCate .fa_pro_btn>div.fa_btn_r {
        right: 28%;
    }

    .fa_hCate .kv_bg {
        top: 50%;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .fa_hCate .fa_lii .fa_tit {
        text-align: center;
        margin-top: 30px;

    }

    .fa_hCate .fa_lii .fa_tit .fa_link a {
        background: var(--main-color);
        color: #fff;
        padding: 10px 30px;
        border-radius: 500px;
    }

    .fa_hCate .fa_pro_btn {
        text-align: center;
    }

    .fa_hCate .fa_pro_btn>div {
        margin: 0 10px;
        display: inline-flex;
        width: 50px;
        height: 50px;
        background: #fff;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .fa_hCate .fa_pro_btn>div.fa_btn_l {
        left: 10px;
        transform: translateY(-50%) rotateY(180deg);
    }

    .fa_hCate .fa_pro_btn>div.fa_btn_r {
        right: 10px;
    }

    .fa_hCate .fa_swplist {
        position: relative;
    }
}


/**/
.fa_hAdv {
    background: linear-gradient(#fcfeff, #a2dad6);
    position: relative;
}

.fa_hAdv:before {
    content: "";
    width: 80%;
    height: 40vh;
    position: absolute;
    left: 0;
    bottom: 20vh;
    background: url(../images/message_logo_left-pc.svg) no-repeat left bottom /contain;
    /* z-index: 3; */
    display: block;
    opacity: 0.5;
}

.fa_hAdv .fa_it {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 2vw;
}

.fa_hAdv .fa_tt {
    display: flex;
    /* align-items: center; */
}

.fa_hAdv .fa_tt .fa_ico {
    width: 150px;
    padding: 20px;
    border-right: #eee solid 1px;
    border-bottom: #eee solid 1px;
    border-radius: 0 0 20px 0;
    text-align: center;

}

.fa_hAdv .fa_tt .fa_sub {
    width: calc(100% - 150px);
    padding: 20px;
    border-left: #eee solid 1px;
    border-bottom: #eee solid 1px;
    border-radius: 0 0 0 20px;
    padding-left: 3vw;
}

.fa_hAdv .fa_tt .fa_sub h3 {
    font-size: var(--f30);
    color: var(--main-color);
}

.fa_hAdv .fa_tt .fa_sub p {
    font-size: 14px;
    color: #ccc;
}

.fa_hAdv .fa_tt .fa_ico span {
    width: 60px;
    display: inline-block;
}

.fa_hAdv .fa_tt .fa_ico span img {
    width: 100%;
}

.fa_hAdv .fa_cnt {
    padding: 3vw 20px 0;
    text-align: center;
}

.fa_hAdv .fa_cnt .fa_pic {
    width: 90%;
    max-width: 500px;
    margin: auto;
    position: relative;
    margin-bottom: 3vw;
}

.fa_hAdv .fa_cnt .fa_pic .fa_Img {
    border-radius: 10px;
    padding-bottom: 50%;
    overflow: hidden;
}

.fa_hAdv .fa_left .fa_sum h5 {
    color: var(--main-color);
    font-size: var(--f30);
    line-height: 1.5;
    margin-bottom: 30px;
}

.fa_hAdv .fa_left .fa_sum .fa_list {
    display: flex;
}

.fa_hAdv .fa_left dl {
    background-image: linear-gradient(90deg, rgba(31, 158, 199, 0.7), rgba(48, 183, 175, 0.5));
    padding: 15px 30px;
    border-radius: 10px;
    margin-right: 2vw;
    transition: all 0.5s;
}

.fa_hAdv .fa_left dl:hover {
    box-shadow: 5px 5px #fff;
    ;

}

.fa_hAdv .fa_left dl dt {
    font-size: var(--f26);
}

.fa_hAdv .fa_left dl dt a {
    font-weight: 500;
    line-height: 1;
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #fff;
}

.fa_hAdv .fa_left dl dd:before {
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    background: #fff;
    margin: 10px 0;
}

.fa_hAdv .fa_left dl dd {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;

}

@media screen and (min-width: 769px) {
    .fa_hAdv {
        border-radius: 0 0 3vw 3vw;
    }

    .fa_hAdv .fa_right .fa_it {
        position: sticky;
        top: 5vw;
        margin-bottom: 10px;
    }

    .fa_hAdv .fa_wrapper {
        display: flex;
        align-items: flex-start;
    }

    .fa_hAdv .fa_left {
        width: 40%;
        position: sticky;
        top: 130px;
    }

    .fa_hAdv .fa_left .fa_sum {
        margin-top: 30vh;
    }

    .fa_hAdv .fa_right {
        width: 60%;
        padding-left: 5vw;
    }
}

@media screen and (max-width: 768px) {
    .fa_hAdv .fa_left {
        text-align: center;
    }

    .fa_hAdv .fa_left dl {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        padding: 10px 20px;
        border-radius: 5px;
    }

    .fa_hAdv .fa_left dl dd:before {
        margin-left: auto;
        margin-right: auto;
    }

    .fa_hAdv .fa_left dl:nth-child(2n) {
        margin: 0;
    }

    .fa_hAdv .fa_it {
        margin-top: 20px;
        padding-top: 20px;
    }

    .fa_hAdv .fa_tt .fa_ico {
        width: 60px;
        padding: 5px;
        border-radius: 0;
        border: none;
    }

    .fa_hAdv .fa_tt .fa_sub {
        width: calc(100% - 60px);
        padding: 5px;
        border: none;
        border-radius: 0;
    }

    .fa_hAdv .fa_tt .fa_ico span {
        width: 40px;
    }

    .fa_hAdv .fa_tt .fa_sub h3 {
        font-size: 18px;
    }

    .fa_hAdv .fa_tt .fa_sub p {
        font-size: 12px;
    }

    .fa_hAdv .fa_cnt {
        padding: 0;
        margin-top: 30px;
    }

    .fa_hAdv .fa_cnt .fa_sum {
        margin-top: 30px;
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 30px;

    }

    .fa_hAdv .fa_left .fa_sum h5 {
        font-size: 16px;
    }
}

/**/
.fa_hService .fa_it {
    background: linear-gradient(90deg, rgba(70, 196, 218, 0.8), rgba(31, 158, 199, 0.7));
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

.fa_hService .fa_it:nth-child(even) {

    background: linear-gradient(90deg, rgba(110, 193, 137, 0.7), rgba(0, 167, 157, 0.8));
}

.fa_hService .fa_it:hover {
    border-radius: 50px;
}

.fa_hService .fa_it .fa_ico {
    width: 40px;
}

.fa_hService .fa_it .fa_ico img {
    width: 100%;
}

.fa_hService .fa_it .fa_tt {
    padding-left: 20px;
    font-size: var(--f18);
    color: #fff;
}

.fa_hService .fa_sum {
    font-size: 16px;
    color: #777;
}

@media screen and (min-width: 769px) {
    .fa_hService .fa_htitle {
        margin: 0;
    }

    .fa_hService .fa_titbox {
        display: flex;
        align-items: flex-end;
        padding-bottom: 3vw;
        margin-bottom: 3vw;
        border-bottom: #eee solid 1px;
        justify-content: space-between;
    }

    .fa_hService .fa_titbox .fa_sum {
        width: 50%;
        text-align: right;
        max-width: 660px;
    }
}

@media screen and (max-width: 768px) {
    .fa_hService .fa_htitle {
        text-align: center;
    }

    .fa_hService .fa_sum {
        font-size: 14px;
        margin: 30px 0;
    }
}


/**/
.fa_hPro {
    position: relative;
}

.fa_hPro:before {
    content: "";
    background: linear-gradient(#cde8f6, transparent);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    border-radius: 3vw 3vw 0 0;
    z-index: -1;
}

.fa_hPro .fa_li {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    /* padding:20px; */
    position: relative;
    overflow: hidden;
    display: block;
}

.fa_hPro .fa_li .fa_tit {
    padding: 10px 30px 30px;
    margin-top: -30px;
    position: relative;
}

.fa_hPro .fa_li .fa_Img {
    padding-bottom: 100%;
}

.fa_hPro .fa_li .fa_Img .fa_bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 29px;
    height: 20%;
    z-index: 3;

}

.fa_hPro .fa_li .fa_tit h3 {
    font-size: var(--f24);
    color: #fff;
    padding-bottom: 20px;
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
    margin-bottom: 20px;
}

.fa_hPro .fa_li .fa_tit p span {
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    padding: 3px 15px;
    border-radius: 500px;
}

.fa_hPro .fa_btn_box>div {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    margin-left: 1vw;
    font-size: 30px;
    line-height: 1;
    padding: 5px 20px;
    color: #4a505f;
    border-radius: 500px;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_hPro .fa_btn_box>div:hover {
    background: var(--main-color);
    color: #fff;
}

@media screen and (min-width: 769px) {
    .fa_hPro .fa_wrapper {
        position: relative;
    }

    .fa_hPro .fa_btn_box {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        margin-top: 30px;
    }

    .fa_hPro .fa_swplist {
        max-width: calc((100% - 1620px) / 2 + 1620px);
        margin: 0 0 0 auto;
        padding-left: 10px;
        width: 98%;
    }
}

@media screen and (max-width: 768px) {
    .fa_hPro{
        background:linear-gradient(#cee8f6,#dceff9)
    }
    .fa_hPro .fa_htitle{
        text-align:center;
    }
    .fa_hPro .fa_swplist{
        width:94%;
        padding:0 10px;
        padding-bottom:80px;
        position:relative;
        margin: auto;
    }
    .fa_hPro .fa_btn_box{
        position:absolute;
        bottom: 30px;
        text-align:center;
        justify-content:center;
        left: 0;
        right: 0;
    }
}

/**/
.fa_hLiuc {
    background: url(../images/bg0003.jpg);
    background-attachment: fixed;
    counter-reset: section;
}

.fa_hLiuc .fa_li {
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.5s;
}


.fa_hLiuc .fa_li .fa_ico {
    width: 80%;
    max-width: 60px;
    margin: auto;
}

.fa_hLiuc .fa_li .fa_tt {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .fa_hLiuc .fa_list {
        justify-content: space-between;
        margin-top: 5vw;
    }
    .fa_hLiuc .fa_li:hover:after {
        width: 70px;
        height: 70px;
        opacity: 1;
    }
    .fa_hLiuc .fa_li:hover {
        margin-top: -20px;
    }
    .fa_hLiuc .fa_li {
        width: calc((100% - 70px) / 8);
        backdrop-filter: blur(15px);
    }
.fa_hLiuc .fa_li:before {
    width: 30px;
    height: 20px;
    counter-increment: section;
    content: "0" counter(section);
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    z-index: 3;
    position: relative
}

.fa_hLiuc .fa_li:after {
    width: 60px;
    height: 60px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--main-color);
    border-radius: 0 0 5vw 0;
    opacity: 0.6;
    transition: all 0.5s;
}

.fa_hLiuc .fa_li:nth-child(even):after {

    background: var(--main2-color);

}

}

@media screen and (max-width: 768px) {
    .fa_hLiuc .fa_li{
        width:calc((100% - 20px) / 2);
        margin-top:20px;
         margin-right:20px;
    }
    .fa_hLiuc .fa_li:nth-child(2n){
        margin-right:0;
    }
    
.fa_hLiuc .fa_li .fa_ico {
    width:40px;
}
    
.fa_hLiuc .fa_li .fa_ico img{
    width:100%;
}
}


.fa_hNews {
    position: relative;
}

.fa_hNews .fa_li {
    display: block;
    position: relative;
}


.fa_hNews .fa_left .fa_li:before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    height: 1px;
    background: var(--linearX);
    width: 0;
    transition: all 0.5s;
}

.fa_hNews .fa_left .fa_li:hover:before {
    width: 100%;
}

.fa_hNews .fa_left .fa_Img {
    padding-bottom: 50%;
    border-radius: 10px;
}

.fa_hNews .fa_right .fa_Img {
    padding-bottom: 70%;
    border-radius: 10px;
}

.fa_hNews .fa_left .fa_li h6 {
    color: #2c3b17;
    padding: 20px 0;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    font-size: 16px;
    position: relative;
    font-family: 'Antonio-Bold', sans-serif;
    transition: all 0.5s;
}



.fa_hNews .fa_left .fa_li h3 {
    font-size: var(--f20);
    color: #09120b;
    line-height: 1.5;
    transition: all 0.5s;
    margin: 20px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    /* line-height: 30px; */
}

.fa_hNews .fa_left .fa_li:hover h3 {
    color: var(--main-color);
}

.fa_hNews .fa_left .fa_li article {

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    transition: all 0.5s;
    margin-bottom: 20px;
}

.fa_hNews .fa_left .fa_li p {}

.fa_hNews .fa_left .fa_li p span {

    font-size: 14px;
    color: var(--main-color);
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: var(--main-color) solid 1px;
    font-weight: 500;
}

.fa_hNews .fa_right .fa_li {
    width: 100%;
    padding-bottom: 50px;
    position: relative;
    padding-right: 3vw;
}

.fa_hNews .fa_right .fa_tit {
    background: linear-gradient(45deg, var(--main-color), var(--main2-color));
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    border-radius: 10px;
}

.fa_hNews .fa_right .fa_li .fa_tt {
    padding: 2vw 3vw;
}

.fa_hNews .fa_right .fa_li .fa_tt h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.fa_hNews .fa_right .fa_li .fa_tt h6 i {
    font-size: var(--f40);
    margin-right: 10px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.fa_hNews .fa_right .fa_li .fa_tt h6 span {
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.fa_hNews .fa_right .fa_li .fa_tt h3 {
    font-size: var(--f24);
    color: #fff;
    line-height: 1.5;
    transition: all 0.5s;
    /* margin: 20px 0; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30px;
}

.fa_hNews .fa_right .fa_li .fa_link {
    line-height: 50px;
    padding: 0 3vw;
    background: rgba(255, 255, 255, 0.15);
}

.fa_hNews .fa_right .fa_li .fa_link p {
    font-size: 14px;
    color: #fff;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

.fa_hNews .fa_left .fa_cate {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.fa_hNews .fa_left .fa_cate span {
    background: var(--linearX);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 500px;
}

.fa_hNews .fa_left .fa_cate i {
    font-size: 14px;
    color: #999;
    font-weight: 600;
    font-family: 'Barlow Semi Condensed', sans-serif;
}

@media screen and (min-width: 769px) {
    .fa_hNews .fa_list {
        margin-top: -120px;
    }

    .fa_hNews .fa_left {
        width: 50%;
        display: flex;
        justify-content: space-between;
        padding-top: 113px;
    }

    .fa_hNews .fa_left .fa_li {
        width: calc((100% - 3vw) / 2);
        padding-top: var(--f30);
        border-top: #666 solid 1px;
    }

    .fa_hNews .fa_right {
        width: 50%;
        padding-left: 3vw;
    }
}

@media screen and (max-width: 768px) {
    .fa_hNews .fa_li {
        width: 100%;
        margin: 20px 0 0;
    }

    .fa_hNews .fa_More {
        display: none;
    }

    .fa_hNews .fa_li {
        width: 100%;
        margin: 20px 0 0;
        padding: 0;
    }

    .fa_hNews .fa_More {
        display: none;
    }

    .fa_hNews .fa_left,
    .fa_hNews .fa_right {
        width: 100%;
    }

    .fa_hNews .fa_right .fa_li .fa_tit {
        width: 100%;
        max-width: 100%;
        position: relative;
        border-radius: 0 0 5px 5px;
        padding:20px 10px;
    }

    .fa_hNews .fa_right .fa_li .fa_tt h6 {
        margin-top: 10px;
        display: none;
    }
    .fa_hNews .fa_htitle{
        text-align:center;
    }
    .fa_hNews .fa_right .fa_li {
        padding-right:0;
        padding-bottom:0;
    }
    
    .fa_hNews .fa_left .fa_Img{
        border-radius:5px;
    }
    .fa_hNews .fa_right .fa_Img{
        border-radius:5px 5px 0 0 ;
    }
    .fa_hNews .fa_right .fa_li .fa_link{
        background:none;
        line-height:1;
        
    }
}

/**/
/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}


@keyframes kkv1 {
    0% {
        left: 30%;
        bottom: 50%;
    }

    100% {
        left: 10%;
        bottom: 30%;
    }
}

@keyframes kkv2 {
    0% {
        left: 30%;
        top: 30%;
    }

    100% {
        left: 10%;
        top: 10%;
    }
}

@keyframes kkv3 {
    0% {
        right: 30%;
        top: 50%;
    }

    100% {
        right: 0;
        top: 35%;
    }
}

@keyframes kkv4 {
    0% {
        right: 30%;
        top: 30%;
    }

    100% {
        right: 0;
        top: 5%;
    }
}

@keyframes kkv5 {
    0% {
        right: 40%;
        top: 30%;
    }

    100% {
        right: 35%;
        top: 5%;
    }
}

@keyframes kkvbg {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

@media screen and (min-width: 960px) {
    .kv_bg {
        animation: kkvbg 4s linear infinite;
    }
    .kv_bg>div {
        position: absolute;
        border-radius: 500px;
    }
    .kv_bg .kv1 {
        width: 5vw;
        height: 5vw;
        background: #7fda89;
        animation: kkv1 4s ease infinite;
    }
    .kv_bg .kv2 {
        width: 3vw;
        height: 3vw;
        background: #46cdcf;
        animation: kkv2 4s ease infinite;
    }
    .kv_bg .kv3 {
        width: 3vw;
        height: 3vw;
        background: #c9f0d6;
        animation: kkv3 4s ease infinite;
    }
    .kv_bg .kv4 {
        width: 5vw;
        height: 5vw;
        background: #b2b7ff;
        animation: kkv4 4s ease infinite;
    }

    .kv_bg .kv5 {
        width: 1vw;
        height: 1vw;
        background: #4ae3b5;
        animation: kkv5 4s ease infinite;
    }

}